home *** CD-ROM | disk | FTP | other *** search
/ Network Supervisor's Toolkit / Network Supervisor's Toolkit.iso / printers / iprint / fullypth.h < prev    next >
Text File  |  1996-07-10  |  1KB  |  17 lines

  1. /* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
  2. /* FullyPth : Get fully path of file.                                       */
  3. /* Author   : Marc Chauffour                                                */
  4. /* Written      : 02/16/90 09:24am                                          */
  5. /* Last_updated :                                                           */
  6. /* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
  7. /* Use INT 21 - Function 60h                                                */
  8. /* Rem : Letters are uppercased, forward slashes converted to backslashes,  */
  9. /*       aterisks converted to appropriate number of question marks, and    */
  10. /*       file an directory names are truncated to 8.3 if necessary          */
  11. /*       '.' and '..' in the path are resolved                              */
  12. /* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
  13.  
  14. int getfullypath(char *,char *);    /* resolve path string to fully path*/
  15. int getnovellpath(char *,char *);    /* serveur/volume:path              */
  16. int getdrivepath(char *,char *);    /* Drive letter:\path               */
  17.